シンタックス
'宣言
Public Overloads Function BinarySearch( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As RenderObject, _
ByVal As System.Collections.Generic.IComparer(Of RenderObject) _
) As System.Integer
'使用法
Dim instance As RenderObjectList
Dim index As System.Integer
Dim count As System.Integer
Dim item As RenderObject
Dim comparer As System.Collections.Generic.IComparer(Of RenderObject)
Dim value As System.Integer
value = instance.BinarySearch(index, count, item, comparer)
public System.int BinarySearch(
System.int ,
System.int ,
RenderObject ,
System.Collections.Generic.IComparer<RenderObject>
)
パラメータ
- index
- count
- item
- comparer
参照